ComponentOne ASP.NET MVC Controls
Owner Method (MenuBaseBuilder<T,TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > MenuBaseBuilder<T,TControl,TBuilder> Class : Owner Method
The value.
Configurates C1.Web.Mvc.MenuBase<T>.Owner. Sets the selector string of the element that owns this menu.
Syntax
'Declaration
 
Public Function Owner( _
   ByVal value As String _
) As TBuilder
public TBuilder Owner( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
If we want a context menu, we should hide this menu by setting style or attribute.
See Also

Reference

MenuBaseBuilder<T,TControl,TBuilder> Class
MenuBaseBuilder<T,TControl,TBuilder> Members